DomainObjects Class Library

InsertByQuery<InsertIntoClass,SelectFromClass>.AddUnion Method 

Unions the given query with this query using the 'UNION' SQL clause.

public void AddUnion(
   IQuery<SelectFromClass> query
);

Parameters

query
The query to union with this query.

Implements

IQuery<SelectFromClass>.

See Also

InsertByQuery<InsertIntoClass,SelectFromClass> Class | DomainObjects.Facade.Command Namespace